// Script for OllyScript plugin by SHaG - http://ollyscript.apsvans.com
var x

mov x,eip
add x,7D
go x
sti
cmt eip,"You're at OEP"
msgyn "Do you want to analyze now ?"
cmp $RESULT,0
je cancel
an eip

cancel:
ret
